Update gomod dependencies#4279
Conversation
ℹ️ Artifact update noticeFile name: flow/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: flow/pkg/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
❌ 2 Tests Failed:
View the top 2 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
❌ Test FailureAnalysis: Real build failure: |
68e272e to
f166abc
Compare
❌ Test FailureAnalysis: Deterministic build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) due to a dependency version mismatch introduced by a Renovate Go module update. |
f166abc to
dcdb44d
Compare
❌ Test FailureAnalysis: Real build failure on the renovate/gomod branch: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) due to incompatible transitive dependency versions in the Go module update. |
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
dcdb44d to
4828a64
Compare
❌ Test FailureAnalysis: Real build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) because Renovate bumped the storage package without also updating the transitive dependencies that define those symbols. |
4828a64 to
746a1e9
Compare
❌ Test FailureAnalysis: Real build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) due to mismatched peer dependency versions in a Renovate Go module update PR. |
746a1e9 to
ebc79ef
Compare
❌ Test FailureAnalysis: Deterministic build failure on the |
ebc79ef to
220134e
Compare
❌ Test FailureAnalysis: Hard build failure caused by incompatible Go module versions in a Renovate dependency-update PR: cloud.google.com/go/storage@v1.62.1 references symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) that are undefined in the concurrently pinned transitive dependencies. |
220134e to
d0cbcf9
Compare
❌ Test FailureAnalysis: Deterministic build failure on the renovate/gomod branch: cloud.google.com/go/storage@v1.62.1 references symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) not present in the pinned transitive dependencies, causing a compile error before any tests run. |
d0cbcf9 to
5f91f05
Compare
❌ Test FailureAnalysis: Build fails to compile on the renovate/gomod branch due to a Go module version mismatch: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) not present in the co-updated dependency versions. |
5f91f05 to
1f015a8
Compare
❌ Test FailureAnalysis: Real build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) due to a transitive dependency version mismatch introduced by the renovate/gomod update. |
1f015a8 to
a2f8fd9
Compare
❌ Test FailureAnalysis: Real build failure: cloud.google.com/go/storage@v1.62.1 references symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) that are undefined in the pinned transitive dependency versions, caused by a partial Go module update on the renovate/gomod branch. |
a2f8fd9 to
2fd551f
Compare
❌ Test FailureAnalysis: Deterministic build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) because Renovate bumped this package without also bumping its required transitive dependency versions in go.mod. |
❌ Test FailureAnalysis: Real build failure on renovate/gomod branch: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) indicating an incompatible dependency version combination introduced by the Renovate go.mod update. |
❌ Test FailureAnalysis: Build failure due to incompatible dependency versions on the renovate/gomod branch: cloud.google.com/go/storage@v1.62.1 references symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) that don't exist in the pinned versions of its transitive dependencies. |
46aec98 to
55f8a55
Compare
❌ Test FailureAnalysis: Deterministic build failure: cloud.google.com/go/storage@v1.62.1 references symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) that are undefined in the currently-pinned transitive dependencies, caused by an incomplete Renovate go.mod bump on the renovate/gomod branch. |
55f8a55 to
b4af48c
Compare
❌ Test FailureAnalysis: Deterministic build failure: |
b4af48c to
ae1ad51
Compare
❌ Test FailureAnalysis: Deterministic build failure: cloud.google.com/go/storage@v1.62.1 references undefined symbols (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum) due to a dependency version mismatch introduced by the Renovate go module update. |
ae1ad51 to
327e643
Compare
❌ Test FailureAnalysis: Real build failure: cloud.google.com/go/storage@v1.62.1 (bumped by Renovate) references undefined symbols from google.golang.org/api and google.golang.org/grpc that weren't updated to compatible versions. |
327e643 to
d7d414f
Compare
❌ Test FailureAnalysis: Build fails to compile due to undefined symbols in cloud.google.com/go/storage@v1.62.1 (internaloption.NewUnsafeResolver, googleapi.EnableAutoChecksum), a real dependency version incompatibility introduced by the renovate/gomod module bump. |
|
Some of the proposed upgrades required transitive dependencies, I've reverted them and pinned. Build should pass now. |
❌ Test FailureAnalysis: Real bug: |
🔄 Flaky Test DetectedAnalysis: Multiple e2e tests (Test_NullEngine, Test_PartitionBy) failed only on the maria/pg18 matrix with UNEXPECTED TIMEOUT errors and active-replication-slot teardown failures, while the other two matrix combinations passed — indicating CI resource contention rather than a real bug in this renovate dependency-update PR. ✅ Automatically retrying the workflow |
❌ Test FailureAnalysis: Real regression: all four Test_PartitionBy variants consistently fail with expected "num" vs actual "(num)", indicating a ClickHouse version change (latest image) now wraps simple partition column names in parentheses, and the Test_NullEngine failures appear to be related cascading timeouts. |
🔄 Flaky Test DetectedAnalysis: The entire e2e test suite hit the 15-minute timeout (panic: test timed out after 15m0s) due to goroutines blocked on network connections (MySQL connector ~11 min, gRPC ~14 min, ClickHouse pools ~5–11 min), causing cascading failures across Test_NullEngine and Test_PartitionBy tests — no assertion logic failed. ✅ Automatically retrying the workflow |
🔄 Flaky Test DetectedAnalysis: The e2e test suite timed out after exactly 900s (the configured limit), indicating a slow/hung test environment rather than a code defect — no assertion failures were logged before the timeout. ✅ Automatically retrying the workflow |
This PR contains the following updates:
v0.18.1→v0.20.0v1.59.2→v1.62.1v0.68.0→v0.71.0v2.40.3→v2.46.0v2.43.0→v2.46.0v18.5.2→v18.6.0v1.41.5→v1.41.7v1.32.13→v1.32.17v1.19.13→v1.19.16v1.6.21→v1.6.23v1.50.4→v1.51.1v1.98.0→v1.100.1v1.101.0v1.34.22→v1.34.24v1.39.15→v1.39.17v1.41.10→v1.42.1v1.24.2→v1.25.1v8.19.3→v8.19.5v8.19.6v1.13.0→v1.14.0v1.15.0v2.28.0→v2.29.02e8d0df→e37c414v5.8.0→v5.9.1v3.0.13→v3.1.0v3.1.174f78ae→306e305v0.20.0→v0.23.0v0.23.1v1.20.7→v1.21.1v1.17.2→v1.18.0v1.1.1→v1.1.2v2.4.1→v2.6.0v2.5.0→v2.6.0v0.67.0→v0.68.0v1.42.0→v1.43.0v1.42.0→v1.43.0v1.42.0→v1.43.0v1.42.0→v1.43.0v1.42.0→v1.43.0v1.42.0→v1.43.0v1.42.0→v1.43.0v1.62.6→v1.62.11v1.36.0→v1.43.0v1.41.1→v1.43.0v0.49.0→v0.50.0v0.51.0v0.34.0→v0.35.0v0.36.0v0.43.0→v0.44.0v0.45.0v1.79.3→v1.81.0v0.35.3→v0.36.0Release Notes
googleapis/google-cloud-go (cloud.google.com/go/auth)
v0.20.0Compare Source
bigquery: Support SchemaUpdateOptions for load jobs.
bigtable:
datastore: Add OpenCensus tracing.
firestore:
logging: Add a WriteTimeout option.
spanner: Support Batch API.
storage: Add OpenCensus tracing.
v0.19.0bigquery:
bigtable:
datastore:
firestore:
logging:
profiler:
pubsub:
callback returns).
storage:
ClickHouse/ch-go (github.com/ClickHouse/ch-go)
v0.71.0Compare Source
What's Changed
QBitcolumn type by @kavirajk in #1130Full Changelog: ClickHouse/ch-go@v0.70.0...v0.71.0
v0.70.0Compare Source
What's Changed
New Contributors
Full Changelog: ClickHouse/ch-go@v0.69.0...v0.70.0
v0.69.0Compare Source
What's Changed
time.Timewithtime.Durationfor Go type by @kavirajk in #1097New Contributors
Full Changelog: ClickHouse/ch-go@v0.68.0...v0.69.0
ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)
v2.46.0Compare Source
What's Changed
Enhancements 🎉
Bug Fixes 🐛
Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.45.0...v2.46.0
v2.45.0Compare Source
What's Changed
Bug Fixes 🐛
Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.44.0...v2.45.0
v2.44.0Compare Source
What's Changed
Enhancements 🎉
url.Parseadoption from Go 1.25.7 by @M0rdecay in #1787cloudandheadtest runs for all PRs by @kavirajk in #1798Bug Fixes 🐛
clickhouse.JSONby @erezrokah in #1770cloudandheadtest runs by @kavirajk in #1786Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.43.0...v2.44.0
v2.43.0Compare Source
What's Changed
Enhancements 🎉
QBitcolumn type by @kavirajk in #1761Bug fixes 🐛
Other Changes 🛠
UseContextexample to handlerows.Err()correct by @ehsansouri23 in #1726New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.42.0...v2.43.0
v2.42.0Compare Source
What's Changed
Enhancements 🎉
Bug Fixes 🐛
formatTimeescaping by @kavirajk in #1727Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.41.0...v2.42.0
v2.41.0Compare Source
What's Changed
Enhancements 🎉
timeandtime64datatypes by @kavirajk @shivanshuraj1333 in #1669Bug fixes 🐛
nilmap by @kavirajk in #1667Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.40.3...v2.41.0
apache/arrow-go (github.com/apache/arrow-go/v18)
v18.6.0: Apache Arrow Go 18.6.0Compare Source
What's Changed
Configuration
📅 Schedule: (in timezone Etc/UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.